diff options
author | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-07-11 22:00:51 +0000 |
---|---|---|
committer | Robin Slomkowski <rslomkow@src.gnome.org> | 2000-07-11 22:00:51 +0000 |
commit | 315415683d8c413a5bbedca71bcce59e68e6d7c9 (patch) | |
tree | 6f5d35f0eff391b7c6f990b5460f30fed7400f22 | |
parent | b9c988de8349854b9736bfd2230928f6a4caa57e (diff) | |
download | nautilus-315415683d8c413a5bbedca71bcce59e68e6d7c9.tar.gz |
added header file to Makefile.am
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | components/services/vault/command-line/Makefile.am | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -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 \ |