adding prss.h to makefile.am so its actually included in the dist
authorBrenden Matthews <brenden1@rty.ca>
Fri, 24 Aug 2007 02:00:18 +0000 (02:00 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Fri, 24 Aug 2007 02:00:18 +0000 (02:00 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@926 7f574dfc-610e-0410-a909-a81674777703

src/Makefile.am

index 5dd3ca9..9d98616 100644 (file)
@@ -52,7 +52,7 @@ hddtemp = hddtemp.c
 endif
 
 if BUILD_RSS
-rss = rss.c prss.c
+rss = rss.c prss.c prss.h
 endif
 
 conky_SOURCES =                \