Base: LCDproc 0.5.2
[lcdproc-de200c.git] / server / commands / Makefile.am
blob2399eca4a6c5ec396a05624cd0cfd52566f15201
1 ## Process this file with automake to produce Makefile.in
3 noinst_LIBRARIES = libLCDcommands.a
5 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
7 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/..
9 ## EOF