~azzar1/snapd-glib-fork/glib-2-40

« back to all changes in this revision

Viewing changes to snapd-login-service/Makefile.am

  • Committer: Robert Ancell
  • Date: 2016-09-20 04:09:21 UTC
  • Revision ID: git-v1:85a687824207b3236c28ae045c3a2b8df92e5ce4
Fix build order of generated files

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
snapd_login_service_CFLAGS = $(SNAPD_LOGIN_SERVICE_CFLAGS) $(WARN_CFLAGS) -I$(top_srcdir)
6
6
snapd_login_service_LDADD = $(SNAPD_LOGIN_SERVICE_LIBS) $(top_builddir)/snapd-glib/libsnapd-glib.la
7
 
snapd_login_service_SOURCES = snapd-login-service.c $(login_sources)
 
7
snapd_login_service_SOURCES = $(login_sources) snapd-login-service.c
8
8
 
9
9
$(login_sources): io.snapcraft.SnapdLoginService.xml Makefile
10
10
        $(AM_V_GEN) gdbus-codegen --generate-c-code=login-service $<