summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-12-02 14:55:27 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-12-02 14:55:27 +0000
commitbeab982e3b8547c1f7d95e6d8f51d4ad430a7694 (patch)
tree320b704f249ec6bab3cb176847422a4482e73e15 /Makefile.am
parentc8477277fec2943a203242cf6bf5c43c9a141693 (diff)
downloadglib-beab982e3b8547c1f7d95e6d8f51d4ad430a7694.tar.gz
Merge main loop into head. This probably breaks Win32, until
someone does the necessary updates. Sat Nov 28 12:53:47 1998 Owen Taylor <otaylor@redhat.com> * Makefile.am configure.in acconfig.h giochannel.c glib.h glist.c gmain.c gutils.c: - Revised GIOChannel to provide a generic virtual-function based interface. - Added unix fd-based GIOChannel's - Added generic main-loop abstraction - Added timeouts and idle functions using main-loop abstraction.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 99ee6ee7b..85c46f4a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,9 @@ libglib_la_SOURCES = \
ghash.c \
ghook.c \
glist.c \
+ gmain.c \
+ giochannel.c \
+ giounix.c \
gmem.c \
gmessages.c \
gnode.c \