File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,16 @@ bin_sshfs_connection_tool_CFLAGS = \
1717 -I$(top_srcdir ) /include
1818
1919EXTRA_DIST = \
20- builder/main.ui \
21- builder/menu.ui \
22- builder/test.gresource.xml
23-
24- src_resources = $(shell glib-compile-resources --sourcedir=$(top_srcdir ) /builder --generate-dependencies $(top_srcdir ) /builder/test.gresource.xml)
20+ builder
21+ dist-hook :
22+ rm -f ` find $( top_distdir) -name ' *~' `
23+ src_resources = $(shell glib-compile-resources --sourcedir=$(top_srcdir ) /builder --generate-dependencies $(top_srcdir ) /builder/sct.gresource.xml)
2524
2625BUILT_SOURCES = \
2726 src/resources.c
2827
2928CLEANFILES = \
3029 $(BUILT_SOURCES )
3130
32- src/resources.c : $(top_srcdir ) /builder/test .gresource.xml $(src_resources )
31+ src/resources.c : $(top_srcdir ) /builder/sct .gresource.xml $(src_resources )
3332 glib-compile-resources --target=$(top_builddir ) /$@ --sourcedir=$(top_srcdir ) /builder --generate-source --c-name sshfs_connection_resources $<
You can’t perform that action at this time.
0 commit comments