summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Slomkowski <rslomkow@src.gnome.org>2000-07-11 22:00:51 +0000
committerRobin Slomkowski <rslomkow@src.gnome.org>2000-07-11 22:00:51 +0000
commit315415683d8c413a5bbedca71bcce59e68e6d7c9 (patch)
tree6f5d35f0eff391b7c6f990b5460f30fed7400f22
parentb9c988de8349854b9736bfd2230928f6a4caa57e (diff)
downloadnautilus-315415683d8c413a5bbedca71bcce59e68e6d7c9.tar.gz
added header file to Makefile.am
-rw-r--r--ChangeLog5
-rw-r--r--components/services/vault/command-line/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcd2f1e4c..44cb555fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-11 Robin Slomkowski <rslomkow@eazel.com>
+
+ * components/services/vault/command-line/Makefile.am:
+ added a Header file
+
2000-07-11 Robin * Slomkowski <rslomkow@eazel.com>
* components/html/Makefile.am:
diff --git a/components/services/vault/command-line/Makefile.am b/components/services/vault/command-line/Makefile.am
index ea48bc46d..6a6869ba9 100644
--- a/components/services/vault/command-line/Makefile.am
+++ b/components/services/vault/command-line/Makefile.am
@@ -17,6 +17,10 @@ INCLUDES = \
bin_PROGRAMS = \
eazel-vault
+noinst_HEADERS = \
+ vault-operations.h \
+ $(NULL)
+
eazel_vault_SOURCES = \
main.c \
vault-operations.c \