Commit | Line | Data |
---|---|---|
82b1a169 PMF |
1 | bin_PROGRAMS = ust |
2 | ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h | |
3 | ||
4 | #INCLUDES = -I$(top_builddir)/share | |
769d0157 JB |
5 | INCLUDES = -I@URCU_PATH@ |
6 | INCLUDES += -I@KCOMPAT_PATH@ | |
82b1a169 PMF |
7 | #INCLUDES += -I$(top_builddir)/libust |
8 | INCLUDES += -I$(top_builddir)/libustcomm |