Makefile.am 650 B

123456789101112131415161718192021222324252627282930
  1. noinst_LTLIBRARIES = libmcwidget.la
  2. libmcwidget_la_SOURCES = \
  3. background.c background.h \
  4. button.c button.h \
  5. buttonbar.c buttonbar.h \
  6. check.c check.h \
  7. dialog.c dialog.h \
  8. dialog-switch.c dialog-switch.h \
  9. frame.c frame.h \
  10. gauge.c gauge.h \
  11. group.c group.h \
  12. groupbox.c groupbox.h \
  13. hline.c hline.h \
  14. history.c history.h \
  15. input.c input.h \
  16. input_complete.c \
  17. listbox-window.c listbox-window.h \
  18. listbox.c listbox.h \
  19. label.c label.h \
  20. menu.c menu.h \
  21. mouse.c mouse.h \
  22. quick.c quick.h \
  23. radio.c radio.h \
  24. rect.c rect.h \
  25. widget-common.c widget-common.h \
  26. wtools.c wtools.h
  27. AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)