diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-05-23 23:38:14 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-05-23 23:38:14 -0400 |
commit | a3132216e7b2fd15e675fa352dfa33c03be60f7e (patch) | |
tree | 05d26abe67f0eb61ae2a6702eb5cb8e68cef82b1 /common | |
parent | c75c4f2801c523ef48fe613bfb7b094f7a4ac7dd (diff) | |
download | dconf-a3132216e7b2fd15e675fa352dfa33c03be60f7e.tar.gz |
proper CFLAGS, distcheck fixes
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 0000000..7423714 --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,5 @@ +dconfinclude_HEADERS = \ + dconf-paths.h + +EXTRA_DIST = \ + dconf-paths.c |