From: Phil B. <pb...@us...> - 2005-02-20 14:26:19
|
Update of /cvsroot/multisync/multisync/plugins/gpe_plugin/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25830 Modified Files: Tag: branch_08X Makefile.am Log Message: add config.c to SOURCES Index: Makefile.am =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/gpe_plugin/src/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 18 Feb 2005 09:54:02 -0000 1.1.2.1 +++ Makefile.am 20 Feb 2005 14:26:10 -0000 1.1.2.2 @@ -24,7 +24,7 @@ lib_LTLIBRARIES = libgpe_sync.la libgpe_sync_la_SOURCES = \ - gpe_sync.c calendar.c connection.c contacts.c todo.c gui.c + gpe_sync.c calendar.c connection.c contacts.c todo.c gui.c config.c libgpe_sync_la_LIBADD = -lnsqlc @PACKAGE_LIBS@ |