From 7cfac76de2725dc1b6848f6640e0334e88d561cf Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 9 Feb 2012 18:19:57 +0100 Subject: Add mock cups notifier (only sends one message for now) --- test/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..d07a786 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,15 @@ + +bin_PROGRAMS = mock-cups-notifier +DISTCLEANFILES = mock-cups-notifier + +mock_cups_notifier_SOURCES = \ + mock-cups-notifier.c \ + $(top_builddir)/src/cups-notifier.c \ + $(top_builddir)/src/cups-notifier.h + +mock_cups_notifier_CPPFLAGS = \ + $(SERVICE_CFLAGS) \ + -I$(top_builddir)/src + +mock_cups_notifier_LDADD = $(SERVICE_LIBS) + -- cgit v1.2.3