11 lines
186 B
Makefile
11 lines
186 B
Makefile
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
|