gambas-source-code/main/lib/inotify/Makefile.am
Tobias Boege 3bece35d9b [GB.INOTIFY]
* NEW: Rename the Inotify class and descendants to PathWatch.
* NEW: Use array semantics instead of properties to manipulate event masks.
  These can operate on multiple flags simultaneously now.
* OPT: Determine the default event mask for a PathWatch object by the event
  handlers defined for it (* not working ATM).
* OPT: Save a string copy.



git-svn-id: svn://localhost/gambas/trunk@6109 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-01-27 21:14:58 +00:00

12 lines
326 B
Makefile

COMPONENT = gb.inotify
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.inotify.la
gb_inotify_la_LIBADD = @INOTIFY_LIB@
gb_inotify_la_LDFLAGS = -module @LD_FLAGS@ @INOTIFY_LDFLAGS@
gb_inotify_la_CPPFLAGS = @INOTIFY_INC@ -I$(top_srcdir)/share
gb_inotify_la_SOURCES = \
main.h main.c \
c_pathwatch.h c_pathwatch.c