summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-dummy-enumtypes.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-05-12 10:15:24 -0400
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-05-12 17:15:50 +0000
commit817060e7722e3515e9e5f5e6474a2166347dbefe (patch)
tree10bd5bcd48ca18d824dd11f39a4c3270623ad2ec /src/libostree/ostree-dummy-enumtypes.c
parenta5f703799f8da2b20eba949d2d053d4b307490c9 (diff)
downloadostree-817060e7722e3515e9e5f5e6474a2166347dbefe.tar.gz
build: Don't run glib-mkenums if there's nothing to do
This fixes the build without libsoup. Closes: #296 Approved by: gatispaeglis
Diffstat (limited to 'src/libostree/ostree-dummy-enumtypes.c')
-rw-r--r--src/libostree/ostree-dummy-enumtypes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libostree/ostree-dummy-enumtypes.c b/src/libostree/ostree-dummy-enumtypes.c
index 27fc7b4d..259273b5 100644
--- a/src/libostree/ostree-dummy-enumtypes.c
+++ b/src/libostree/ostree-dummy-enumtypes.c
@@ -1,7 +1,7 @@
/* This file declares a stub function that is only exported
* to pacify ABI checkers - no one could really have used it.
*
- * Copyright (C) 2015 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,6 @@
/* Exported for backwards compat - see
* https://bugzilla.gnome.org/show_bug.cgi?id=764131
- * https://github.com/ostreedev/ostree/pull/294
*/
GType
ostree_fetcher_config_flags_get_type (void)