diff options
author | Robert Tari <robert@tari.in> | 2021-02-11 15:22:22 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-05-12 12:49:57 +0200 |
commit | 1fa174f54c9604499f059489e544cfc59c825f27 (patch) | |
tree | 073f2037a4bf11b78601722368bacc3889641f3f /tests/dummy-indicator-null.c | |
parent | 729e95bc9d9337fe87eae3ea98a051be52570153 (diff) | |
download | libayatana-indicator-1fa174f54c9604499f059489e544cfc59c825f27.tar.gz libayatana-indicator-1fa174f54c9604499f059489e544cfc59c825f27.tar.bz2 libayatana-indicator-1fa174f54c9604499f059489e544cfc59c825f27.zip |
Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix include paths
tests/test-loader.c: fix library paths
Diffstat (limited to 'tests/dummy-indicator-null.c')
-rw-r--r-- | tests/dummy-indicator-null.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dummy-indicator-null.c b/tests/dummy-indicator-null.c index ee424d4..f306747 100644 --- a/tests/dummy-indicator-null.c +++ b/tests/dummy-indicator-null.c @@ -24,8 +24,8 @@ License along with this library. If not, see #include <glib.h> #include <glib-object.h> -#include "src/indicator.h" -#include "src/indicator-object.h" +#include "indicator.h" +#include "indicator-object.h" #define DUMMY_INDICATOR_NULL_TYPE (dummy_indicator_null_get_type ()) #define DUMMY_INDICATOR_NULL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DUMMY_INDICATOR_NULL_TYPE, DummyIndicatorNull)) |