Makefile.am 583 B

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