File: Makefile.am

package info (click to toggle)
libunique 1.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,704 kB
  • sloc: sh: 10,371; ansic: 2,472; xml: 1,345; makefile: 238
file content (17 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = \
	-DG_LOG_DOMAIN=\"Test-Unique\" 	\
	-I$(top_srcdir) 		\
	-I$(top_builddir)	 	\
	$(UNIQUE_CFLAGS) 		\
	$(UNIQUE_DEBUG_FLAGS)

DEPS = $(top_builddir)/unique/libunique-1.0.la
LDADD = $(top_builddir)/unique/libunique-1.0.la $(UNIQUE_LIBS)

noinst_PROGRAMS = 	\
	test-unique

test_unique_DEPENDENCIES = $(DEPS)
test_unique_LDADD = $(LDADD)

test_unique_SOURCES = test-unique.c