diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:46:12 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:46:12 +0100 |
commit | fc0145c93d8f87e5b1f5f229a6071e6567cf8e95 (patch) | |
tree | 4c81ae9303d1d26ed3477b8d21506bb001b6af28 | |
parent | 4105028ec4a1007be0092a0141f1bfcdef64ecbf (diff) | |
download | ayatana-indicator-bluetooth-fc0145c93d8f87e5b1f5f229a6071e6567cf8e95.tar.gz ayatana-indicator-bluetooth-fc0145c93d8f87e5b1f5f229a6071e6567cf8e95.tar.bz2 ayatana-indicator-bluetooth-fc0145c93d8f87e5b1f5f229a6071e6567cf8e95.zip |
configure.ac: Regression fix for 49e87fdb. Drop reference to data/upstart/Makefile. The data/upstart/ folder has been removed in the referenced commit.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a8dee9..c5e9aa9 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,6 @@ dnl ########################################################################### AC_OUTPUT([ Makefile data/Makefile -data/upstart/Makefile po/Makefile.in src/Makefile ]) |