summaryrefslogtreecommitdiff
path: root/gobject/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist1-1/+8
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist1-1/+8
2001-09-08Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor1-2/+0
2001-09-03Implement.Owen Taylor1-0/+2
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-1/+2
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-1/+3
2001-06-13link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6Havoc Pennington1-1/+1
2001-06-12updatedHavoc Pennington1-1/+7
2001-05-28Fix typo.Sebastian Wilhelmi1-0/+1
2001-05-22made 'make distcheck' happy.Sebastian Wilhelmi1-1/+1
2001-05-16Add inter-library dependencies.Owen Taylor1-2/+0
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge1-2/+2
2001-04-29made hook ids a gulong.Tim Janik1-3/+6
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist1-0/+3
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-5/+14
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-1/+3
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-0/+4
2001-03-07Avoid rebuilding everything everytime.Sebastian Wilhelmi1-3/+1
2001-02-03Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist1-1/+1
2000-12-13urg managed to forget this last time ;(Tim Janik1-1/+1
2000-12-12clean up after elliot, wonder what his mother has to do on a daily basis.Tim Janik1-5/+0
2000-12-12GMainContext useful in implementing some additional styles of main loopElliot Lee1-11/+14
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-55/+117
2000-11-13Up version to 1.3.2Owen Taylor1-1/+2
2000-11-11New basic implementation of GTypePlugin interface as a GObject.Owen Taylor1-0/+2
2000-11-05revert accidentally commited changeOwen Taylor1-2/+0
2000-11-05When appending handlers and not matching on signal_id, useOwen Taylor1-0/+2
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik1-0/+2
2000-10-26Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist'Sebastian Wilhelmi1-1/+0
2000-10-25added newly added gobject/ headers.Tim Janik1-14/+32
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath1-17/+22
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist1-0/+4
2000-09-25Remove empty SUBDIRS line, as that prevents make dist from working.Sebastian Wilhelmi1-2/+0
2000-08-21Fix inclusion of config.hElliot Lee1-1/+1
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-7/+6
2000-07-06dist fixes.Owen Taylor1-7/+9
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+2
2000-06-07Add top_builddir so glibconfig.h is found properly when build srcdir !=Owen Taylor1-1/+1
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist1-1/+12
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+83