From 6a5abee0241225f419052518dd0f4f801c78df11 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 2 Dec 1998 23:45:17 +0000 Subject: [PATCH] Forgot this, last ChangeLog covers it (added testgdate, testgdateparser) --- Makefile.am | 4 +++- glib/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.7.4