summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-10-27 02:46:04 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-10-27 02:46:04 +0000
commit32ef70d4b27ac912188a47b6611d5e8c0516cc2f (patch)
tree04cc4c82c2f8d29f72efa9c08523021f2823f979 /Makefile.am
parent7ea09e45892c8239bd4d404463123592e6b3746d (diff)
downloadglib-32ef70d4b27ac912188a47b6611d5e8c0516cc2f.tar.gz
New module to parse a simple markup language
2000-10-24 Havoc Pennington <hp@pobox.com> * gmarkup.h, gmarkup.c: New module to parse a simple markup language * Makefile.am: add gmarkup.h, gmarkup.c * tests/Makefile.am: add markup-test * gstring.h (g_string_new_len): new function to create a string with a length (g_string_new): avoid a gratuitous realloc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 67d71608b..5c33024ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,7 @@ libglib_1_3_la_SOURCES = \
giounix.c \
glist.c \
gmain.c \
+ gmarkup.c \
gmem.c \
gmessages.c \
gnode.c \
@@ -109,6 +110,7 @@ glibinclude_HEADERS = \
glist.h \
gmacros.h \
gmain.h \
+ gmarkup.h \
gmem.h \
gmessages.h \
gnode.h \