mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
glib-mkenums is not a compiled program, so shouldn't be in the
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.
This commit is contained in:
committed by
James Henstridge
parent
77ec0f5826
commit
af170c2d8c
@@ -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)
|
||||
|
Reference in New Issue
Block a user