1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-13 17:38:45 +00:00

adding prss.h to makefile.am so its actually included in the dist

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@926 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2007-08-24 02:00:18 +00:00
parent 2addde8cc4
commit 196235df06

View File

@ -52,7 +52,7 @@ hddtemp = hddtemp.c
endif endif
if BUILD_RSS if BUILD_RSS
rss = rss.c prss.c rss = rss.c prss.c prss.h
endif endif
conky_SOURCES = \ conky_SOURCES = \