X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2FMakefile.am;h=d57d351eb20317136cc357b046efdbab0b9c477c;hb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;hp=2736c656c20822310e0cd2a374d246e039395649;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/common-src/Makefile.am b/common-src/Makefile.am index 2736c65..d57d351 100644 --- a/common-src/Makefile.am +++ b/common-src/Makefile.am @@ -34,7 +34,6 @@ libamanda_la_SOURCES = \ packet.c \ pipespawn.c \ protocol.c \ - queueing.c \ semaphore.c \ security.c \ security-util.c \ @@ -112,7 +111,6 @@ noinst_HEADERS = \ packet.h \ pipespawn.h \ protocol.h \ - queueing.h \ semaphore.h \ security.h \ security-util.h \ @@ -205,7 +203,7 @@ libtestutils_la_SOURCES = \ # automake-style tests -TESTS = amflock-test event-test semaphore-test queueing-test quoting-test \ +TESTS = amflock-test event-test semaphore-test quoting-test \ ipc-binary-test hexencode-test fileheader-test match-test noinst_PROGRAMS = $(TESTS) @@ -218,9 +216,6 @@ event_test_LDADD = libamanda.la libtestutils.la semaphore_test_SOURCES = semaphore-test.c semaphore_test_LDADD = libamanda.la libtestutils.la -queueing_test_SOURCES = queueing-test.c -queueing_test_LDADD = libamanda.la libtestutils.la - quoting_test_SOURCES = quoting-test.c quoting_test_LDADD = libamanda.la libtestutils.la @@ -268,9 +263,6 @@ sbin_SCRIPTS = $(sbin_SCRIPTS_PERL) $(sbin_SCRIPTS_SHELL) # installation -INSTALLPERMS_data = dest=$(sbindir) chown=amanda $(sbin_SCRIPTS) \ - dest=$(amlibexecdir) chown=amanda $(amlibexec_SCRIPTS) $(amlibexec_DATA) - lint: @echo $(LINT) $(libamanda_la_SOURCES) @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(libamanda_la_SOURCES)