diff options
author | JP Rosevear <jpr@novell.com> | 2004-11-02 01:54:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-11-02 01:54:58 +0800 |
commit | c138563670b0c7dfcb629be3f3dd06e3a5f232bd (patch) | |
tree | 95b101c0558ec59661db5fd570bc5520bd56adf5 /plugins | |
parent | 09e26acafe693dbc87d2900d85a366c437a0078f (diff) | |
download | gsoc2013-evolution-c138563670b0c7dfcb629be3f3dd06e3a5f232bd.tar.gz gsoc2013-evolution-c138563670b0c7dfcb629be3f3dd06e3a5f232bd.tar.zst gsoc2013-evolution-c138563670b0c7dfcb629be3f3dd06e3a5f232bd.zip |
list bbdb.h as a source so it gets disted
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: list bbdb.h as a source so it gets disted
svn path=/trunk/; revision=27780
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bbdb/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/bbdb/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index f00055f5ca..69ec228845 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 JP Rosevear <jpr@novell.com> + + * Makefile.am: list bbdb.h as a source so it gets disted + 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index 6691f1cf9e..e9a02596e0 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -8,5 +8,5 @@ INCLUDES = \ plugin_DATA = org-gnome-evolution-bbdb.eplug plugin_LTLIBRARIES = liborg-gnome-evolution-bbdb.la -liborg_gnome_evolution_bbdb_la_SOURCES = bbdb.c gaimbuddies.c +liborg_gnome_evolution_bbdb_la_SOURCES = bbdb.c bbdb.h gaimbuddies.c liborg_gnome_evolution_bbdb_la_LDFLAGS = -module -avoid-version |