Makefile.am 621 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. listbox-window.c listbox-window.h \
  14. listbox.c listbox.h \
  15. label.c label.h \
  16. menu.c menu.h \
  17. quick.c quick.h \
  18. radio.c radio.h \
  19. widget-common.c widget-common.h \
  20. wtools.c wtools.h
  21. libmcwidget_la_CFLAGS = -I$(top_srcdir) \
  22. $(GLIB_CFLAGS) $(PCRE_CFLAGS) \
  23. -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"