comparison: src/protocols/zephyr/Makefile.am
src/protocols/zephyr/Makefile.am
- changeset 6371
- e92b66ee5518
- parent 6360
- c2bfe65b200c
- child 6666
- 191288340518
equal
deleted
inserted
replaced
| 87 libzephyr_la_LIBADD = $(ZEPHYRLIBS) |
87 libzephyr_la_LIBADD = $(ZEPHYRLIBS) |
| 88 |
88 |
| 89 endif |
89 endif |
| 90 |
90 |
| 91 AM_CPPFLAGS = \ |
91 AM_CPPFLAGS = \ |
| 92 -I$(top_srcdir) \ |
|
| 93 -I$(top_srcdir)/src \ |
92 -I$(top_srcdir)/src \ |
| 94 -I$(top_srcdir)/src/protocols \ |
93 -I$(top_srcdir)/src/protocols \ |
| 95 -DCONFDIR=\"$(confdir)\" \ |
94 -DCONFDIR=\"$(confdir)\" \ |
| 96 $(GTK_CFLAGS) \ |
95 $(GLIB_CFLAGS) \ |
| 97 $(KRB4_CFLAGS) \ |
96 $(KRB4_CFLAGS) \ |
| 98 $(DEBUG_CFLAGS) |
97 $(DEBUG_CFLAGS) |