Inccorectly added server/commands/Makefile.in. .am was needed.

This commit is contained in:
robijn
2002-04-26 00:12:38 +00:00
parent aa2261af65
commit 1e8746a62f
2 changed files with 3 additions and 309 deletions
+3
View File
@@ -0,0 +1,3 @@
noinst_LIBRARIES = libLCDcommands.a
libLCDcommands_a_SOURCES = command_list.c command_list.h client_commands.c client_commands.h menu_commands.c menu_commands.h screen_commands.c screen_commands.h server_commands.c server_commands.h widget_commands.c widget_commands.h
INCLUDES = -I$(top_srcdir) -I..