From 0ddbf7e9ab54157244fa3ee6abe892413680b87d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 21 May 2007 15:36:08 +0000 Subject: Add the AddressEntry object to sugar --- (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..6dbe5ee --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,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 -- cgit v0.9.1