glib-mkenums is not a compiled program, so shouldn't be in the
authorJames Henstridge <james@daa.com.au>
Sat, 5 May 2001 08:38:35 +0000 (08:38 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Sat, 5 May 2001 08:38:35 +0000 (08:38 +0000)
2001-05-05  James Henstridge  <james@daa.com.au>

        * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
        be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
        removed the glib_mkenums_SOURCES var.

gobject/ChangeLog
gobject/Makefile.am

index d4b7f59..b6fa609 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-05  James Henstridge  <james@daa.com.au>
+
+       * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
+       be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
+       removed the glib_mkenums_SOURCES var.
+
 Thu May  3 06:10:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gobject.c (g_object_set_[q]data_full): Make types of ternary
index c89f134..1b994d9 100644 (file)
@@ -155,12 +155,12 @@ libgobject_1_3_la_SOURCES = $(gruntime_target_sources)
 #
 # programs to compile and install
 #
-bin_PROGRAMS = gobject-query glib-genmarshal glib-mkenums
+bin_PROGRAMS = gobject-query glib-genmarshal
+bin_SCRIPTS = glib-mkenums
 noinst_PROGRAMS =  testgruntime
 # source files
 gobject_query_SOURCES = gobject-query.c
 glib_genmarshal_SOURCES = glib-genmarshal.c
-glib_mkenums_SOURCES = glib-mkenums
 testgruntime_SOURCES = testgruntime.c
 # link programs against libgobject
 progs_LDADD = libgobject-1.3.la $(libglib)