X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2FMakefile.am;fp=common-src%2FMakefile.am;h=d1686f1f27f9cabf736fb04aad861f8c19d666f4;hb=c6f0a88c567f8536c498f554285aed1f8150da18;hp=58443ad890ab984ccd92367db2865985dd806819;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/common-src/Makefile.am b/common-src/Makefile.am index 58443ad..d1686f1 100644 --- a/common-src/Makefile.am +++ b/common-src/Makefile.am @@ -36,7 +36,7 @@ libamanda_la_SOURCES = \ packet.c \ pipespawn.c \ protocol.c \ - semaphore.c \ + amsemaphore.c \ security.c \ security-util.c \ simpleprng.c \ @@ -119,7 +119,7 @@ noinst_HEADERS = \ packet.h \ pipespawn.h \ protocol.h \ - semaphore.h \ + amsemaphore.h \ security.h \ security-util.h \ simpleprng.h \ @@ -211,7 +211,7 @@ libtestutils_la_SOURCES = \ # automake-style tests -TESTS = amflock-test event-test semaphore-test quoting-test \ +TESTS = amflock-test event-test amsemaphore-test quoting-test \ ipc-binary-test hexencode-test fileheader-test match-test noinst_PROGRAMS = $(TESTS) @@ -221,8 +221,8 @@ amflock_test_LDADD = libamanda.la libtestutils.la event_test_SOURCES = event-test.c event_test_LDADD = libamanda.la libtestutils.la -semaphore_test_SOURCES = semaphore-test.c -semaphore_test_LDADD = libamanda.la libtestutils.la +amsemaphore_test_SOURCES = amsemaphore-test.c +amsemaphore_test_LDADD = libamanda.la libtestutils.la quoting_test_SOURCES = quoting-test.c quoting_test_LDADD = libamanda.la libtestutils.la