1## Process this file with automake to create Makefile.in
2
3noinst_LIBRARIES = libWidgets.a
4
5libWidgets_a_SOURCES = CheckBox.c HDipstick.c HScrollBar.c ItemDraw.c \
6	List.c Menu.c MiniScroll.c PopupMenu.c PushButton.c \
7	RadioButton.c Rectangle.c Swallow.c TextField.c Tools.c \
8	Tools.h VDipstick.c VScrollBar.c Widget.c
9
10AM_CPPFLAGS = -I$(top_srcdir) $(xpm_CFLAGS) $(Xft_CFLAGS) $(X_CFLAGS)
11
12