Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
add rules to build it.
Browse files Browse the repository at this point in the history
2001-12-14  James Henstridge  <james@daa.com.au>

	* Makefile.am: add rules to build it.

	* testoverride.c: test program for closure override/chaining.
  • Loading branch information
James Henstridge authored and James Henstridge committed Dec 14, 2001
1 parent a3d7806 commit f15dcf6
Show file tree
Hide file tree
Showing 5 changed files with 758 additions and 1 deletion.
1 change: 1 addition & 0 deletions gobject/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gmarshal.strings
oldest-source-stamp
stamp-gmarshal.h
testgruntime
testoverride
.saved
6 changes: 6 additions & 0 deletions gobject/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2001-12-14 James Henstridge <james@daa.com.au>

* Makefile.am: add rules to build it.

* testoverride.c: test program for closure override/chaining.

Thu Dec 13 08:03:17 2001 Tim Janik <timj@gtk.org>

* gsignal.c: implemented closure chaining.
Expand Down
4 changes: 3 additions & 1 deletion gobject/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,18 @@ libgobject_1_3_la_SOURCES = $(gruntime_target_sources)
#
bin_PROGRAMS = gobject-query glib-genmarshal
bin_SCRIPTS = glib-mkenums
noinst_PROGRAMS = testgruntime
noinst_PROGRAMS = testgruntime testoverride
# source files
gobject_query_SOURCES = gobject-query.c
glib_genmarshal_SOURCES = glib-genmarshal.c
testgruntime_SOURCES = testgruntime.c
testoverride_SOURCES = testoverride.c
# link programs against libgobject
progs_LDADD = ./libgobject-1.3.la $(libglib)
glib_genmarshal_LDADD = $(libglib)
gobject_query_LDADD = $(progs_LDADD)
testgruntime_LDADD = $(progs_LDADD)
testoverride_LDADD = $(progs_LDADD)

#
# manual pages to install
Expand Down
Loading

0 comments on commit f15dcf6

Please sign in to comment.