From: Havoc Pennington Date: Wed, 2 Dec 1998 23:45:17 +0000 (+0000) Subject: Forgot this, last ChangeLog covers it (added testgdate, testgdateparser) X-Git-Tag: PRE_CLEANUP~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a5abee0241225f419052518dd0f4f801c78df11;p=platform%2Fupstream%2Fglib.git Forgot this, last ChangeLog covers it (added testgdate, testgdateparser) --- diff --git a/Makefile.am b/Makefile.am index 85c46f4..d2a10f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,8 +68,10 @@ stamp-gc-h: config.status libglib_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -noinst_PROGRAMS = testglib +noinst_PROGRAMS = testglib testgdate testgdateparser testglib_LDADD = libglib.la +testgdate_LDADD = libglib.la +testgdateparser_LDADD = libglib.la m4datadir = $(datadir)/aclocal m4data_DATA = glib.m4 diff --git a/glib/Makefile.am b/glib/Makefile.am index 85c46f4..d2a10f5 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -68,8 +68,10 @@ stamp-gc-h: config.status libglib_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -noinst_PROGRAMS = testglib +noinst_PROGRAMS = testglib testgdate testgdateparser testglib_LDADD = libglib.la +testgdate_LDADD = libglib.la +testgdateparser_LDADD = libglib.la m4datadir = $(datadir)/aclocal m4data_DATA = glib.m4