File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 11noinst_PROGRAMS = mate-menu-spec-test
22
33AM_CPPFLAGS = \
4- $(GLIB_CFLAGS ) \
4+ $(GIO_UNIX_CFLAGS ) \
55 -I$(srcdir ) /../libmenu \
66 -DMATEMENU_I_KNOW_THIS_IS_UNSTABLE \
77 -DMATELOCALEDIR=\""$(prefix ) /$(DATADIRNAME ) /locale"\" \
@@ -14,18 +14,13 @@ mate_menu_spec_test_SOURCES = \
1414 test-menu-spec.c
1515
1616mate_menu_spec_test_LDADD = \
17- $(GLIB_LIBS ) \
17+ $(GIO_UNIX_LIBS ) \
1818 ../libmenu/libmate-menu.la
1919
20- if HAVE_PYTHON
21- pyexampledir = $(pkgdatadir ) /examples
22- pyexample_DATA = mate-menus-ls.py
23- else
24- pyexampledir =
25- pyexample_DATA =
26- endif
20+ exampledir = $(pkgdatadir ) /examples
21+ example_DATA = mate-menus-ls.py mate-menus-ls.js
2722
28- EXTRA_DIST = $(pyexample_DATA )
23+ EXTRA_DIST = $(example_DATA )
2924
3025-include $(top_srcdir ) /git.mk
3126
You can’t perform that action at this time.
0 commit comments