diff options
author | Ted Gould <ted@gould.cx> | 2012-01-14 10:33:29 +0100 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-14 10:33:29 +0100 |
commit | da798a2bfc8d4b1068eb1e9a1ec502cad09c59ac (patch) | |
tree | c2f2f2142941a77bd0767b58b77725adf5002f83 /tests/Makefile.am | |
parent | 7586398a88487db955504cce8d348a65f95d4c22 (diff) | |
download | libayatana-indicator-da798a2bfc8d4b1068eb1e9a1ec502cad09c59ac.tar.gz libayatana-indicator-da798a2bfc8d4b1068eb1e9a1ec502cad09c59ac.tar.bz2 libayatana-indicator-da798a2bfc8d4b1068eb1e9a1ec502cad09c59ac.zip |
Getting the header in dist
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 13a34c4..c8a9ba7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -167,7 +167,8 @@ libdummy_indicator_simple_la_LDFLAGS = \ ############################# libdummy_indicator_entry_func_la_SOURCES = \ - dummy-indicator-entry-func.c + dummy-indicator-entry-func.c \ + dummy-indicator-entry-func.h libdummy_indicator_entry_func_la_CFLAGS = \ -Wall -Werror \ |