File: Makefile.am

package info (click to toggle)
libunique3 3.0.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,276 kB
  • sloc: sh: 10,934; ansic: 2,734; makefile: 254; xml: 95
file content (17 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
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-3.0.la
LDADD = $(top_builddir)/unique/libunique-3.0.la $(UNIQUE_LIBS)

noinst_PROGRAMS = 	\
	test-unique

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

test_unique_SOURCES = test-unique.c