diff options
author | Alberto Fanjul <albertofanjul@gmail.com> | 2020-05-06 11:31:02 +0200 |
---|---|---|
committer | Alberto Fanjul <albertofanjul@gmail.com> | 2020-05-06 21:53:11 +0200 |
commit | fca9eb9110e71c03c35341b742553bcc90f3be75 (patch) | |
tree | aa6dd04dd8e7fb377db668a8854534b58722153a | |
parent | 0cbcd7a1e14f98b614f248131cdfbf52a0b68f3d (diff) | |
download | glade-fca9eb9110e71c03c35341b742553bcc90f3be75.tar.gz |
Fix compilation refactor
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 428ae4eb..d76509c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ glade_SOURCES = \ glade-preferences.c \ glade-http.c \ glade-registration.c \ + glade-settings.c \ main.c noinst_HEADERS = \ |