Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 6dbe5ee35e0f169d969852cc14f7cf4ffc697039 (plain)
1
2
3
4
5
6
7
8
9
10
libsugar_la_CPPFLAGS =		\
	$(LIB_CFLAGS)
	
noinst_LTLIBRARIES = libsugar.la

libsugar_la_LIBADD = $(LIB_LIBS)

libsugar_la_SOURCES =			\
	sugar-address-entry.c		\
	sugar-address-entry.h