From 804e7e17bf0ae0c3880e7aed3746dafcf183acad Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Mon, 17 Jan 2000 09:13:45 +0000 Subject: Finishing previous commit. svn path=/trunk/; revision=1582 --- addressbook/.cvsignore | 6 ++++++ addressbook/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 addressbook/.cvsignore create mode 100644 addressbook/Makefile.am (limited to 'addressbook') diff --git a/addressbook/.cvsignore b/addressbook/.cvsignore new file mode 100644 index 0000000000..09980ae6ba --- /dev/null +++ b/addressbook/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am new file mode 100644 index 0000000000..5080457fe2 --- /dev/null +++ b/addressbook/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = \ + contact-editor -- cgit v1.2.3