Skip to content

Commit

Permalink
move src to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Werkov committed Jan 30, 2020
1 parent a608888 commit baa3fc3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.o
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.log
config.status
configure
depcomp
install-sh
missing
sdcapture
src/.deps/
src/.dirstamp
2 changes: 1 addition & 1 deletion src/Makefile.am → Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sdcapture_CFLAGS = \
$(LIBSYSTEMD_CGLAGS)
sdcapture_LDADD = \
$(LIBSYSTEMD_LIBS)
sdcapture_SOURCES = main.c
sdcapture_SOURCES = src/main.c
File renamed without changes.
2 changes: 1 addition & 1 deletion src/configure.ac → configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([sdcapture], 1.0)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
AC_CONFIG_FILES(Makefile)

Expand Down
2 changes: 2 additions & 0 deletions rpm/sapwmp-profile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Source2: service-wmp.conf
Source3: sap.slice
Source4: polkit.rules

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: systemd-rpm-macros
BuildRequires: systemd-devel
Requires(post): %fillup_prereq
Expand Down

0 comments on commit baa3fc3

Please sign in to comment.