diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 11:00:18 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 11:00:18 +0000 |
| commit | cfa02147247fa59b82eff91e2058d1488ff438e3 (patch) | |
| tree | 9790d37c327bef30c210d161a42dc020b25a759b /gobject/Makefile.am | |
| parent | fb6e18271f6dff9d1c4ef9f19019634371559585 (diff) | |
| download | pygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.tar.gz pygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.tar.xz pygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.zip | |
Update, why do I even bother to update 3 different build systems?
* gobject/Makefile.am:
* setup.py:
* makefile.msc: Update, why do I even bother to update 3 different
build systems?
* gobject/: Split out GParamSpec, GMainLoop, GMainContext and
GPointer to separate files. Also remove *.h files and go back to
the old scheme (everything in pygobject.h)
Diffstat (limited to 'gobject/Makefile.am')
| -rw-r--r-- | gobject/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index ed74b42..68a7eba 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -18,10 +18,12 @@ gobject_la_SOURCES = \ gobjectmodule.c \ pygboxed.c \ pygenum.c \ - pygenum.h \ pygflags.c \ - pygflags.h \ pygobject.c \ pygobject.h \ pygobject-private.h \ + pygmaincontext.c \ + pygmainloop.c \ + pygparamspec.c \ + pygpointer.c \ pygtype.c |
