*** empty log message ***

(Old svn revision: 529)
This commit is contained in:
Johannes Zellner
2005-01-31 08:42:49 +00:00
parent 603ce2c54d
commit c85ed7d484
2 changed files with 7 additions and 31 deletions

7
src/Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
bin_PROGRAMS = xfce4-taskmanager
xfce4_taskmanager_SOURCES = main.c types.h gui.c gui.h functions.c functions.h
INCLUDES = $(DEPS_CFLAGS)
LDADD = $(DEPS_LIBS)