diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-12 03:46:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-12 03:46:22 +0800 |
commit | c334d4ee5fc3dd3407f09c76bde94c019f4eecb4 (patch) | |
tree | b0b3a045eecc8261441f308190ce2ba1b22cbde0 /lib/Makefile.am | |
parent | d5907b653b7fe8c1830563b56c44bc1016c94ba1 (diff) | |
download | gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar.gz gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar.bz2 gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar.lz gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar.xz gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.tar.zst gsoc2013-epiphany-c334d4ee5fc3dd3407f09c76bde94c019f4eecb4.zip |
Fix make dist.
Fix make dist.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d32f31364..f02394725 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -40,6 +40,7 @@ libephy_la_SOURCES = \ ephy-node.h \ ephy-node-filter.c \ ephy-node-filter.h \ + ephy-node-common.h \ ephy-prefs.h \ ephy-prefs-utils.c \ ephy-prefs-utils.h \ |