diff options
author | Cedric Gustin <cgustin@ibelgique.com> | 2003-03-14 23:39:24 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2003-03-14 23:39:24 +0000 |
commit | abbe20d6545c83faab1db7b2a1c300a6fb2cf915 (patch) | |
tree | 3a25e8e8f567175e3faa141c0fa6bbf736f5b2f6 /Makefile.am | |
parent | a380e957c44c2d7999677ed51baf2b9656920f31 (diff) | |
download | glibmm-abbe20d6545c83faab1db7b2a1c300a6fb2cf915.tar.gz |
Install examples. The are built by default too. Patch adapted for glibmm
2003-03-14 Cedric Gustin <cgustin@ibelgique.com>
* Install examples. The are built by default too. Patch adapted for
glibmm 2.4 by Murray Cumming.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0266dbe2..4a6ad78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = tools glib docs +SUBDIRS = tools glib examples docs DIST_SUBDIRS = $(SUBDIRS) scripts examples tests EXTRA_DIST = glibmm.spec.in \ |