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

Commit

Permalink
fix filepath in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 31, 2015
1 parent 3aab2fc commit 679609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lightdm_webkit2_greeter_LDADD = \
$(WEB_EXTENSION_LIBS) \
$(LIBX11_LIBS)

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

BUILT_SOURCES = \
Expand Down

0 comments on commit 679609d

Please sign in to comment.