mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-12 04:04:06 -04:00
Merge pull request #3169 from smcv/nodist
build: Don't distribute flatpak-portal-dbus.c in tarballs
This commit is contained in:
@@ -70,9 +70,8 @@ tests_test_update_portal_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) \
|
||||
-DFLATPAK_COMPILATION \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
tests_test_update_portal_LDADD = $(AM_LDADD) $(BASE_LIBS)
|
||||
tests_test_update_portal_SOURCES = \
|
||||
tests/test-update-portal.c \
|
||||
portal/flatpak-portal-dbus.c
|
||||
tests_test_update_portal_SOURCES = tests/test-update-portal.c
|
||||
nodist_tests_test_update_portal_SOURCES = portal/flatpak-portal-dbus.c
|
||||
|
||||
tests_test_portal_impl_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) \
|
||||
-DFLATPAK_COMPILATION \
|
||||
|
||||
Reference in New Issue
Block a user