Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 679609d

Browse files
committed
fix filepath in makefile
1 parent 3aab2fc commit 679609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lightdm_webkit2_greeter_LDADD = \
4444
$(WEB_EXTENSION_LIBS) \
4545
$(LIBX11_LIBS)
4646

47-
lightdm-webkit2-greeter-css-application.h: $(srcdir)/lightdm-webkit2-greeter-application.css Makefile
47+
lightdm-webkit2-greeter-css-application.h: lightdm-webkit2-greeter-application.css Makefile
4848
$(AM_V_GEN) exo-csource --static --name=lightdm_webkit2_greeter_css_application $< >$@
4949

5050
BUILT_SOURCES = \

0 commit comments

Comments
 (0)