hello-c-gnome3/autoclean.sh \
hello-c-gnome3/hello.c \
hello-c-gnome3/hello.desktop.in.in \
- hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml \
- hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml \
+ hello-c-gnome3/hello.gschema.xml \
+ hello-c-gnome3/hello.gresource.xml \
hello-c-gnome3/hello.ui \
hello-c-gnome3/Makefile.am \
hello-c-gnome3/configure.ac \
BUILT_SOURCES = gschemas.compiled resources.c
# Compile GSettings schema.
-gschemas.compiled: org.gnu.gettext.examples.hello.gschema.xml
+gschemas.compiled: hello.gschema.xml
$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) .
# Compile assets into a C source and link it with the application.
-resources.c: org.gnu.gettext.examples.hello.gresource.xml hello.ui
+resources.c: hello.gresource.xml hello.ui
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $< --target=$@ \
--sourcedir=$(srcdir) --generate-source
# Additional files to be distributed.
EXTRA_DIST = autogen.sh autoclean.sh hello.ui hello.desktop.in.in \
- org.gnu.gettext.examples.hello.gschema.xml \
- org.gnu.gettext.examples.hello.gresource.xml
+ hello.gschema.xml \
+ hello.gresource.xml
hello-c-gnome/hello.c \
hello-c-gnome3/hello.c \
hello-c-gnome3/hello.desktop.in.in \
- hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml \
+ hello-c-gnome3/hello.gschema.xml \
hello-c-gnome3/hello.ui \
hello-c++/hello.cc \
hello-c++-qt/hello.cc \