diff options
author | Robert Tari <robert@tari.in> | 2022-08-14 20:20:05 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-08-16 18:10:26 +0200 |
commit | f487079db3dc94c0b9c80d69430d163a6f388996 (patch) | |
tree | eff8f2c84e0582e07c92e874355b0e1efee38e04 /test | |
parent | e03433ab4c50dd8b4e1bbaac37e5efac8b407aa8 (diff) | |
download | ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.tar.gz ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.tar.bz2 ayatana-indicator-printers-f487079db3dc94c0b9c80d69430d163a6f388996.zip |
Drop Automake files
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index 0ecb702..0000000 --- a/test/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -noinst_PROGRAMS = mock-cups-notifier -DISTCLEANFILES = mock-cups-notifier - -cups_notifier_sources = \ - cups-notifier.c \ - cups-notifier.h - -$(cups_notifier_sources): $(top_srcdir)/src/org.cups.cupsd.Notifier.xml - gdbus-codegen \ - --interface-prefix org.cups.cupsd \ - --c-namespace Cups \ - --generate-c-code cups-notifier \ - $^ - -mock_cups_notifier_SOURCES = \ - mock-cups-notifier.c - -nodist_mock_cups_notifier_SOURCES = $(cups_notifier_sources) - -mock_cups_notifier_CPPFLAGS = \ - $(SERVICE_CFLAGS) \ - -I$(top_builddir)/src - -mock_cups_notifier_LDADD = $(SERVICE_LIBS) - -BUILT_SOURCES = $(cups_notifier_sources) -CLEANFILES = $(BUILT_SOURCES) - -DISTCLEANFILES = \ - Makefile.in
\ No newline at end of file |